home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / modula2 / ss_ansi.zip / SSFORE.DEF < prev    next >
Text File  |  1991-05-14  |  729b  |  32 lines

  1. DEFINITION MODULE SSFore;
  2.  
  3. (* (C) Copyright 1991 by Stuart J. Whitmore.  Permission to copy and distribute
  4.    without profit granted.  Permission to use in applications royalty-free
  5.    granted.  All other rights reserved. *)
  6.  
  7. PROCEDURE BlackFore;
  8. (*  Change / return to black foreground. *)
  9.  
  10. PROCEDURE RedFore;
  11. (*  Change to red foreground. *)
  12.  
  13. PROCEDURE GreenFore;
  14. (*  Change to green foreground. *)
  15.  
  16. PROCEDURE YellowFore;
  17. (*  Change to yellow foreground. *)
  18.  
  19. PROCEDURE BlueFore;
  20. (*  Change to blue foreground. *)
  21.  
  22. PROCEDURE MagFore;
  23. (*  Change to magenta foreground. *)
  24.  
  25. PROCEDURE CyanFore;
  26. (*  Change to cyan foreground. *)
  27.  
  28. PROCEDURE WhiteFore;
  29. (*  Change to white foreground. *)
  30.  
  31. END SSFore.
  32.